string matching algorithm

英 [strɪŋ ˈmætʃɪŋ ˈælɡərɪðəm] 美 [strɪŋ ˈmætʃɪŋ ˈælɡərɪðəm]

网络  字符串匹配算法; 串匹配算法

计算机



双语例句

  1. Rapid string matching algorithm for intrusion detection systems
    用于入侵检测系统的快速字符串匹配算法
  2. Parallel research of string matching algorithm based on r-contiguous bits in WCCS environment
    WCCS环境下连续r位串匹配算法及其并行化研究
  3. Automaton Compact Representation Technology in String Matching Algorithm
    串匹配算法中的自动机紧缩存储技术
  4. String matching algorithm and hook procedure in the application of internet content filtering
    字符串匹配算法和钩子程序对上网内容筛选的应用
  5. Parallel string matching algorithm based on compute unified device architecture
    基于统一计算设备架构的并行串匹配算法
  6. A fast string matching algorithm for large-scale pattern sets Research on the Calculation of the Skin Effect for Complex Rotor Bar-shape of the Asynchronous Motor
    一种面向大规模特征集的高效特征匹配算法异步电机转子复杂槽型集肤效应计算方法研究
  7. Composite string matching algorithm based on boyer-moore method
    基于BM方法的字符串匹配复化算法
  8. In this paper, a network anti-virus system based on an optimal string matching algorithm is implemented.
    实现一个基于最优串匹配算法的网络防病毒系统。
  9. A Fast String Matching Algorithm Based on Finite Automaton
    一种基于有限自动机的快速串匹配算法
  10. Keywords filter is realized by string matching algorithm and is the performance bottleneck of Network Content Monitor indeed.
    关键字过滤通过串匹配算法实现,并且己成为系统性能的瓶颈。
  11. Design and Analysis of String Matching Algorithm on Distributed Memory Machine
    分布式存储的并行串匹配算法的设计与分析
  12. The evolution of string matching algorithm research is surveyed in the paper. It analyzes BF algorithm and PRAM-CREW algorithm. An improved algorithm is proposed.
    本文简述了字符串匹配算法的研究进展,分析了BF算法以及PRAM-CREW算法,并对该并行算法进行了改进,减少了处理器个数,使匹配次数大大减少,从而提高匹配效率。
  13. String Matching Algorithm and Application of Network Content Analysis
    串匹配算法及其在网络内容分析中的应用
  14. In this paper, after studed some common string matching algorithms and many matching related hardware structures, a hardware oriented multi-pattern exact string matching algorithm has been presented.
    本文首先对与字符串匹配有关的常用算法、各类相关的硬件匹配结构进行了深入分析,并提出了一种面向硬件实现的多模式字符串精确匹配算法。
  15. A New Fast String Matching Algorithm for Content Filtering and Detection
    一种用于内容过滤和检测的快速多关键词识别算法
  16. Musically reasonable approximate matching algorithm was proposed based on maximum string matching algorithm.
    在字符串最大匹配算法的基础上提出了具有音乐合理性的近似匹配算法。
  17. A String Matching Algorithm
    串匹配的一种算法
  18. A Time Optimal Exact String Matching Algorithm
    一种时间复杂度最优的精确串匹配算法
  19. This paper analyzes some existing string matching algorithms and related researches, and then presents a new multi patterns string matching algorithm.
    文章首先分析了现有的几种准确字符串匹配算法,然后提出了一种新的多模式字符串匹配算法,并且分析了这些算法的复杂性。最后,文章用具体的实验数据来验证这些算法的性能。
  20. Based on this exact string matching algorithm and based on the study of the coding regularity of the characters in computer, an approximate string matching algorithm that can filter out interferential characters has also been presented.
    然后在精确匹配算法的基础上,结合对计算机中字符的编码规律的研究,本文也提出了一种可对干扰字符进行过滤的近似串匹配算法。
  21. A string matching algorithm based on HASH is proposed and the blocking approach through sending TCP RESET packets is introduced.
    提出了一种基于HASH算法的字符串匹配方法,并介绍了基于TCPRESET包的连接阻断方式。
  22. The application of parallel string matching algorithm in ontology matching can take advantage of parallelism, and new bounding points between parallel field and ontology field would be found.
    将并行串匹配算法应用到本体匹配中,可以使并行算法在本体匹配计算中充分发挥快速计算的优势,为并行计算领域和本体领域找到新的结合点。
  23. After the research on word segmentation, in this paper, the string matching algorithm for maximum matching in the sub-word processing.
    经过对分词技术的研究,本文采用字符串匹配算法中的最大匹配法进行分词处理。
  24. This system adopts port-based and improved string matching algorithm for the open-protocol P2P traffic identification, and adopts the improved algorithms based on the Fuzzy Support Vector Machine and the Ant Clustering respectively for the unknown traffic identification.
    该系统针对公开协议的P2P的流量的识别采用了端口号识别方法和改进的字符串匹配算法,针对未知流量的识别采用了模糊支持向量机和蚁群聚类算法的改进算法。
  25. Based on the study and analysis of the relevant string matching algorithm, such as the classic BM algorithm and the standard BF algorithm, the thesis proposes an improved BF string matching algorithm.
    接着研究了相关的字符串匹配算法,在分析了经典的BM算法和标准BF算法之后,提出了一种改进的BF的字符串匹配算法。
  26. String matching algorithm has always been a research focus in computer science. Higher requirements have been put forward for the performance of string matching algorithms due to the explosive growth of data.
    字符串匹配算法一直是计算机科学的研究热点,尤其是信息时代数据爆炸式的增长对字符串匹配算法的性能提出了更高的要求。
  27. This paper aims at analysing classic string matching algorithms and designing the high performance parallel string matching algorithm through exploiting the high-parallel capacity of CPU+ GPU platform.
    本论文旨在利用CPU+GPU异构多核的高并行能力,研究经典的字符串匹配算法,分析算法复杂度和适用性,设计和优化高性能并行匹配算法,提升字符串匹配的性能。
  28. In addition, multi-pattern string matching algorithm is improved.
    另外,对多模式匹配算法进行了改进,进一步提高了识别效率。
  29. The paper focuses on the performance of the various string matching algorithm and analyzes and makes a few appropriate improvements of AC-BM algorithm. Then the paper verifies the improved performance of the algorithm through example matching and experiment. 4.
    重点研究了各种字符串匹配算法的性能,对AC-BM算法进行了适当改进,最后通过实例匹配和实验验证了改进算法的性能更好。